home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / set_extra_wizinfo < prev    next >
Text File  |  2001-04-06  |  826b  |  23 lines

  1. SYNOPSIS
  2.         void set_extra_wizinfo (object wiz, mixed extra)
  3.         void set_extra_wizinfo (string wiz, mixed extra)
  4.         void set_extra_wizinfo (int    wiz, mixed extra)
  5.  
  6. DESCRIPTION
  7.         Set the value <extra> as the 'extra' information for the wizlist
  8.         entry of <wiz>.
  9.  
  10.         If <wiz> is an object, the entry of its creator (uid) is used.
  11.         If <wiz> is a string (a creator aka uid), it names the entry
  12.         to use.
  13.         If <wiz> is the number 0, the data is set in the default wizlist
  14.         entry. It can be used to store data for the lifetime of this
  15.         driver run, like the time of the last reboot.
  16.  
  17.         The <extra> argument may be any value.
  18.  
  19.         The function causes a privilege violation.
  20.  
  21. SEE ALSO
  22.         get_extra_wizinfo(E), set_extra_wizinfo_size(E), wizlist_info(E)
  23.